[INFO] cloning repository https://github.com/skorodenko/mpd_client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skorodenko/mpd_client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskorodenko%2Fmpd_client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskorodenko%2Fmpd_client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 015b1da474b8ab83094a288d5f0bcfc0432a343a
[INFO] fixing skorodenko/mpd_client against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskorodenko%2Fmpd_client" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/skorodenko/mpd_client
[INFO] finished tweaking git repo https://github.com/skorodenko/mpd_client
[INFO] tweaked toml for git repo https://github.com/skorodenko/mpd_client written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/skorodenko/mpd_client on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/skorodenko/mpd_client already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded criterion v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010
[INFO] running `Command { std: "docker" "start" "c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking mpd_protocol v1.0.3 (/opt/rustwide/workdir/mpd_protocol)
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking mpd_client v1.4.1 (/opt/rustwide/workdir/mpd_client)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.6.0
[INFO] [stdout] error: couldn't read `mpd_protocol/benches/long.response`: No such file or directory (os error 2)
[INFO] [stdout]  --> mpd_protocol/benches/parse_response.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | const LONG_RESPONSE: &[u8] = include_bytes!("long.response");
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new_internal` found for struct `Connection<IO>` in the current scope
[INFO] [stdout]   --> mpd_protocol/benches/parse_response.rs:13:46
[INFO] [stdout]    |
[INFO] [stdout] 13 |             let mut connection = Connection::new_internal(black_box(LONG_RESPONSE));
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ associated function or constant not found in `Connection<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `Connection<_>`, consider using `Connection::<IO>::connect` which returns `Result<Connection<_>, MpdProtocolError>`
[INFO] [stdout]   --> mpd_protocol/src/connection.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | /     pub fn connect(mut io: IO) -> Result<Connection<IO>, MpdProtocolError>
[INFO] [stdout] 45 | |     where
[INFO] [stdout] 46 | |         IO: Read,
[INFO] [stdout]    | |_________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mpd_protocol` (bench "parse_response") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010", kill_on_drop: false }`
[INFO] [stdout] c65956f15db947698f6ce00647d16ffaab92c3a9a1aeaa0fe22cb6e3f6b06010
